CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - avr usart

搜索资源列表

  1. usart

    0下载:
  2. //ICC-AVR application builder : 2006-7-20 19:18:43 // Target : M16 // Crystal: 7.3728Mhz
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:976
    • 提供者:军军
  1. usart

    0下载:
  2. AVR串行通信的异步传输模式USART,通过RS232与计算机或者单片机进行串行通信。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:28162
    • 提供者:吴娟
  1. usart

    0下载:
  2. IAR avr 的串口程序,有Proteus的仿真,易于学习。
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:50591
    • 提供者:江南
  1. usart

    0下载:
  2. avr单片机,串口源程序-avr SCM, serial source
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1669
    • 提供者:文龙
  1. usart

    1下载:
  2. 北京迪文显示屏驱动程序 通过了调试可以用的 AVR单片机的-beijingdiwenxianshipingqudongchengxu
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-24
    • 文件大小:1503
    • 提供者:张军
  1. avrLCD1602

    0下载:
  2. 使用AVR atmega16为例,使用LCD1602+USART+DS18B20来对温度进行测量,并在PROTEUS中仿真其具体效果。里面有具体代码和文档说明。-The use of AVR atmega16, for example, using the LCD1602+ USART+ DS18B20 to measure the temperature, and the PROTEUS simulation in its concrete results. Inside there are
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:99978
    • 提供者:
  1. upld

    0下载:
  2. 基于中断实现的串口通信程序,适用于Avr单片机。-Based on Interrupt, Usart Driver for Avr[esspecially ATMega128]
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2925
    • 提供者:沙卡
  1. usart_half_mode

    0下载:
  2. Avr单片机半双工模式Usart驱动,用中断实现, 可以像打开文件一样处理usart数据。-Usart communication half mode, implements by interrupt, Can process as file
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:4192
    • 提供者:沙卡
  1. avr_pt100

    2下载:
  2. 原创,AVR MEGA16做的读温度,使用了PT100传感器,带修正曲线表,使用了软件去头去尾求平均的处理方法,串口使用了软件FIFO,实际测温效果很好,开发环境:ICCAVR -Originality, AVR MEGA16 to do the read temperature, the use of a PT100 sensor, with correction curve table, use the software to go the end of the first treatmen
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:104407
    • 提供者:grqd
  1. ISD1420c

    0下载:
  2. 语音电路应完成预录三段提示音,分别是“家里有盗贼入侵,请及时赶回”。同时,在电话接通后,可以将语音分段播放。根据系统的功能要求,系统选择了美国ISD公司的ISD1420语音芯片。-Voice circuit should be completed three pre-recorded audio prompts are " thieves at home invasion, please rush back in time." At the same time, the ph
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:278446
    • 提供者:13
  1. avrusefulresources

    0下载:
  2. avr常用功能程序,包括usart,定时器,中断函数,ad转换-avr common functions procedures, including usart, timers, interrupt function, ad conversion
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:121262
    • 提供者:林明
  1. usart

    0下载:
  2. 串行通行用AVR单片机实现,先PC输入给单片机后,由单片机验证,反送回PC-USART REALIZE BY ATMEGA16
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:24884
    • 提供者:曹沛
  1. AT91RM9200-USART0-Demo

    0下载:
  2. 采用AT91RM9200的cpu,扩展第三个串口USART,通过这个串口,测试ARM与ARM的通信。此时,系统有三个可用串口,ttyS0(RS232),ttyS1(arm与arm),ttyS2(arm与AVR)-Using AT91RM9200 the cpu, expansion of the third serial port USART, through this serial port, testing, ARM and ARM communication. At this point,
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:13646
    • 提供者:ladeng
  1. SMS1

    0下载:
  2. AVR+GSM module control AT commands+modbus communication+SW Usart
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:27248
    • 提供者:aticska
  1. avr128usart

    0下载:
  2. 一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-General textbook on the procedures provided by the UART transceivers often use a r
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:2532
    • 提供者:男人
  1. Software_UART

    0下载:
  2. software usart codevision +proteus mega16 avr
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:47384
    • 提供者:n340
  1. usart

    0下载:
  2. AVR MEGA32单片机串口通信程序 仿真软件:protues -AVR MEGA32 microcontroller serial communication program simulation software: protues
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:35989
    • 提供者:jia
  1. AD-usart

    0下载:
  2. AVR mega16 的AD 与USART功能C程序-AVR mega16 of AD and USART functions C program
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:9292
    • 提供者:郭树林
  1. ICC_AVR_USART

    0下载:
  2. AVR ICC USART通信实例AVR ICC USART-AVR ICC USART
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1422
    • 提供者:bpgong
  1. test07_1

    0下载:
  2. AVR串行口USART连接上位机通信程序 C语言,编译软件avr studio-AVR USART connected PC serial port communication program C language, compiler software, avr studio
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:7995
    • 提供者:黑雾
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com